projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287d91e
)
wayland: Add another cursor (left-ptr)
author
Kristian Høgsberg
<krh@bitplanet.net>
Tue, 1 Mar 2011 16:32:05 +0000
(11:32 -0500)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Tue, 1 Mar 2011 16:32:05 +0000
(11:32 -0500)
gdk/wayland/gdkcursor-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkcursor-wayland.c
b/gdk/wayland/gdkcursor-wayland.c
index e977929fafe7beb6721f90fff7de4072bbfd4563..e93abc8bb4cbd3b8ff50bca14dec97cbbce46a40 100644
(file)
--- a/
gdk/wayland/gdkcursor-wayland.c
+++ b/
gdk/wayland/gdkcursor-wayland.c
@@
-246,6
+246,7
@@
static const struct {
{ GDK_BLANK_CURSOR, NULL, 0, 0 },
{ GDK_HAND1, DATADIR "/hand1.png", 18, 11 },
{ GDK_HAND2, DATADIR "/hand2.png", 14, 8 },
+ { GDK_LEFT_PTR, DATADIR "/left_ptr.png", 10, 5 },
{ GDK_SB_H_DOUBLE_ARROW, DATADIR "/sb_h_double_arrow.png", 15, 15 },
{ GDK_SB_V_DOUBLE_ARROW, DATADIR "/sb_v_double_arrow.png", 15, 15 },
{ GDK_XTERM, DATADIR "/xterm.png", 15, 15 },